projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
329109c
)
Set category `l' (latin) for more
author
Kenichi Handa
<handa@m17n.org>
Mon, 5 Mar 2007 01:45:04 +0000
(
01:45
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 5 Mar 2007 01:45:04 +0000
(
01:45
+0000)
characters.
lisp/international/characters.el
patch
|
blob
|
history
diff --git
a/lisp/international/characters.el
b/lisp/international/characters.el
index 4ac067c2b3cf63bcbf330fd6058dc604cfae4160..48a724c08d14d121167d9491ee9e924e6a72e39a 100644
(file)
--- a/
lisp/international/characters.el
+++ b/
lisp/international/characters.el
@@
-913,10
+913,13
@@
(let ((tbl (standard-case-table)) c)
- ;; Latin Extended-A, Latin Extended-B
+ ;; Latin Extended-A, Latin Extended-B
, IPA
(setq c #x0100)
- (while (<= c #x02
33
)
+ (while (<= c #x02
AF
)
(modify-category-entry (decode-char 'ucs c) ?l)
+
+ (setq c #x0100)
+ (while (<= c #x0177)
(and (or (<= c #x012e)
(and (>= c #x014a) (<= c #x0177)))
(zerop (% c 2))